Release 10.1A: OpenEdge Development:
Progress 4GL Reference
CREATE SOAP-HEADER-ENTRYREF statement
Creates an instance of a SOAP-header-entryref object dynamically at runtime, and assigns its handle to the specified handle variable.
Syntax
hshEntryA variable of type HANDLE that represents the handle of the SOAP-header-entryref object.
IN WIDGET-POOLwidget-pool-nameAn expression of type CHARACTER that evaluates to the name of the widget pool in which the dynamic SOAP-header-entryref object is created. A SOAP-header-entryref object is created in the closest unnamed widget-pool, by default.
Note: Widget pool names are not case-sensitive.Note
The SOAP-header-entryref object is explicitly created by the application using the CREATE SOAP-HEADER-ENTRYREF statement. The application is responsible for deleting this object. Use the DELETE OBJECT statement to delete a SOAP-header-entryref object without deleting its underlying XML. Use the DELETE-HEADER-ENTRY() method to delete the XML underlying the SOAP-header-entryref object without deleting the object.
See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |